home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / MChess / MobileChess.jar / K / I.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-07-18  |  1.1 KB  |  85 lines

  1. package K;
  2.  
  3. import E.C;
  4. import L.Z;
  5. import java.io.DataInputStream;
  6. import java.io.DataOutputStream;
  7.  
  8. // $FF: renamed from: K.I
  9. public class class_0 implements C {
  10.    private int printStackTrace;
  11.    private int readInt;
  12.    private int readLong;
  13.    private Z writeInt;
  14.  
  15.    public class_0() {
  16.    }
  17.  
  18.    public class_0(class_0 var1) {
  19.       this.printStackTrace = var1.printStackTrace;
  20.       this.readInt = var1.readInt;
  21.       this.writeInt = var1.writeInt;
  22.    }
  23.  
  24.    public class_0(int var1, int var2, Z var3) {
  25.       this.printStackTrace = var1;
  26.       this.readInt = var2;
  27.       this.writeInt = var3;
  28.    }
  29.  
  30.    // $FF: renamed from: I () int
  31.    public final int method_0() {
  32.       return this.printStackTrace;
  33.    }
  34.  
  35.    // $FF: renamed from: C () int
  36.    public final int method_1() {
  37.       return this.readInt;
  38.    }
  39.  
  40.    // $FF: renamed from: I (int) void
  41.    public final void method_2(int var1) {
  42.       this.readInt = var1;
  43.    }
  44.  
  45.    // $FF: renamed from: B () L.Z
  46.    public final Z method_3() {
  47.       return this.writeInt;
  48.    }
  49.  
  50.    // $FF: renamed from: I (L.Z) void
  51.    public final void method_4(Z var1) {
  52.       this.writeInt = var1;
  53.    }
  54.  
  55.    // $FF: renamed from: I (java.io.DataInputStream) void
  56.    public final void method_5(DataInputStream var1) {
  57.       this.printStackTrace = var1.readInt();
  58.       this.readInt = var1.readInt();
  59.       this.readLong = var1.readInt();
  60.       long var2 = var1.readLong();
  61.  
  62.       try {
  63.          N.C var4 = N.C.I();
  64.          this.writeInt = (Z)var4.Z(var2);
  65.       } catch (Exception var5) {
  66.          ((Throwable)var5).printStackTrace();
  67.          this.writeInt = null;
  68.       }
  69.  
  70.    }
  71.  
  72.    // $FF: renamed from: I (java.io.DataOutputStream) void
  73.    public final void method_6(DataOutputStream var1) {
  74.       var1.writeInt(this.printStackTrace);
  75.       var1.writeInt(this.readInt);
  76.       var1.writeInt(this.readLong);
  77.       var1.writeLong(this.writeInt.Z());
  78.    }
  79.  
  80.    // $FF: renamed from: Z () long
  81.    public final long method_7() {
  82.       return 4L;
  83.    }
  84. }
  85.